lcPaint_DrawRect Home

Draws a rectangle.

 BOOL lcPaint_DrawRect (
   HANDLE hLcWnd,
   double Xc,
   double Yc,
   double Width,
   double Height
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
Xc Yc
  Center point of the rectangle.
Width Height
  Width and Heigth of the rectangle.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_DrawRect2